inherited HexGoToDialog: THexGoToDialog Left = 489 Top = 310 Caption = 'Go To' ClientHeight = 118 ClientWidth = 273 OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ByteNumLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = '&Byte Address:' FocusControl = ByteNumEdit end object ByteNumEdit: TUiNumEdit Left = 8 Top = 24 Width = 161 Height = 21 TabOrder = 0 end object KindEdit: TUiRadioGroup Left = 8 Top = 48 Width = 161 Height = 33 Caption = 'Kind' Columns = 2 Items.WideStrings = ( 'Decimal' 'Hex') TabOrder = 1 OnClick = KindClick end object SideEdit: TUiRadioGroup Left = 176 Top = 24 Width = 89 Height = 57 Caption = 'Side' Items.WideStrings = ( 'Left' 'Right') TabOrder = 2 end object OkBtn: TUiButton Left = 112 Top = 87 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 AutoSize = asRight end object CancelBtn: TUiButton Left = 192 Top = 87 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 AutoSize = asRight end end